@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;	
}

#container {
	height: auto;
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: auto;
	margin-left: auto;
	background-color: #F8F4EF;
	padding-top: -20px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}

#header {
	background-image: url(../images2/sockpage/sockbanner.png);
	height: 277px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#slideshow {
	float: right;
	height: auto;
	width: 360px;
	margin-left: 20px;
}
#leftcolumn {
	float: right;
	height: auto;
	width: 360px;
	margin-left: 20px;
	padding-top: 15px;
}

.linktext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
}
.quotetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
	font-size: 18px;
	font-style: italic;
	line-height: 25px;
	font-weight: normal;
}
.subtitletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
	font-size: 18px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
}
.titletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
	font-size: 24px;
	font-weight: 500;
	line-height: 5px;
}

#navigationbar {
	height: 40px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#footer {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#infobox {
	height: auto;
	width: 370px;
	padding-left: 20px;
	float: right;
	margin-right: 30px;
	padding-top: 10px;
}
#rightbox {
	height: auto;
	width: 380px;
	padding-left: 10px;
	float: right;
	margin-right: 30px;
	padding-top: 10px;
}
#topcontentbox {
	height: 530px;
	width: 800px;
	background-color: #F8F4EF;
}
#bottomcontentbox {
	height: auto;
	width: 760px;
	background-color: #F8F4EF;
	padding-right: 20px;
	padding-left: 20px;
}

.address {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin: auto;
	padding-left: 60px;
}
